klotz: github actions*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. PortPal is a native desktop dashboard designed to help developers manage active network ports and troubleshoot connection conflicts like the common `EADDRINUSE` error. Built with Tauri, React, and Rust, it provides real-time visibility into listening ports, allows for one-click process termination or restarts, and features an interactive D3.js-powered topology map to visualize service communication.

    - Provides a "Kill All" panic button to clear all processes in specific categories like 'Dev Frameworks'.
    - Automatically detects frameworks such as React, Vite, Angular, Django, Node, and more by analyzing ports and local project files (e.g., `package.json`, `Cargo.toml`).
    - Includes a system tray utility that maintains a background historical log of backend activity even when the main window is closed.
    - Features "Windowless Chrome" design for a frameless, modern user interface using custom glassmorphism styling.
  2. This guide walks new users through the fundamentals of GitHub Actions, the CI/CD and automation platform built into GitHub. It explains what Actions are, how workflows are defined with YAML, and the key concepts of events, runners, jobs, and steps. The article provides a hands‑on example of creating a simple workflow that automatically labels new issues, covering the necessary permissions, environment variables, and use of prebuilt Marketplace actions. Readers learn how to test, debug, and manage their workflows from the Actions tab, and are encouraged to explore further capabilities such as building, testing, and deploying code.
    2026-03-21 Tags: , , by klotz
  3. GitHub Agentic Workflows are built with isolation, constrained outputs, and comprehensive logging. Learn how our threat model and security architecture help teams run agents safely in GitHub Actions.
    This post explains how we built Agentic Workflows with security in mind from day one, starting with the threat model and the security architecture that it needs. It details the defense in depth approach using substrate, configuration, and planning layers, emphasizing zero-secret agents through isolation and careful exposure of host resources. It also highlights the staging and vetting of all writes using safe outputs, and comprehensive logging for observability and future information-flow controls.
  4. A look at how GitHub rebuilt GitHub Actions’ core architecture and shipped upgrades to improve performance, workflow flexibility, reliability, and developer experience.
  5. Jules Tools has quietly joined Gemini CLI and GitHub Actions in Google's lineup. This article details how these command-line agents differ and provides examples of their use.
  6. This article discusses how GitHub Models provides a free, OpenAI-compatible inference API to make AI-powered open source software more accessible. It details the challenges of AI inference (cost, local resources, distribution) and how GitHub Models addresses them, including setup, CI/CD integration, and scaling.
  7. The article details the author's use of Claude Code to add a feature to a GitHub repository: an automatically updated README index. It's accompanied by a 7-minute video demonstrating the process.
  8. emailFinder is a Python-based web scraping tool designed to extract email addresses from websites or URLs listed in a file. It can crawl through website pages, parse content, and efficiently extract email addresses.
    2024-10-26 Tags: , , , by klotz
  9. Conor Barber explores the evolution of infrastructure from YAML configurations to pipelines-as-code, focusing on modern CI/CD systems like GitHub Actions, GitLab, and CircleCI. The presentation was given at QCon San Francisco 2023, discussing how moving away from YAML can improve scalability, cost efficiency, and developer experience.
  10. Research shows that GitHub Actions, a popular CI/CD platform, is vulnerable to typosquatting attacks, where malicious actors exploit spelling mistakes in action names to trick developers into running malicious code.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: github actions

About - Propulsed by SemanticScuttle